home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global lightswitch3, gobackto, spriteloo, biggie, iambig
- set biggie to 1
- if lightswitch3 = 0 then
- unLoad(250)
- set lightswitch3 to 0
- puppetSound("rainfor.aiffse")
- go("photobig")
- exit
- end if
- if lightswitch3 = 0 then
- puppetSound(0)
- set lightswitch3 to 0
- set biggie to 0
- go("photoloop")
- exit
- end if
- end
-